http://domain.co.kr/wordpress/wp-admin/options-general.php?page=advanced-post-list&txtPresetName=images_5
<script>
<?php if ($_GET['txtPresetName']!="") { ?>
var loadPresetName = '<? echo $_GET['txtPresetName'];?>';
jQuery(document).ready(function($){
$('button[presetname=<? echo $_GET['txtPresetName'];?>]').each(function(index, element) {
if ($(this).text()=='Load') $(this).trigger('click');
});
});
<?php } ?>
</script>